API Documentation
Static Public Attributes | List of all members
nkAstraeus::lua::nkGraphicsWrap::Constants Struct Reference

Constants encompassing user type identifiers for the wrapping of nkGraphics. More...

Static Public Attributes

static const nkMemory::String NAMESPACE
 Identifies the namespace.
 
static const nkMemory::String BOUNDING_BOX
 Identifies a nkGraphics::BoundingBox.
 
static const nkMemory::String CAMERA
 Identifies a nkGraphics::Camera.
 
static const nkMemory::String CAMERA_MANAGER
 Identifies the nkGraphics::CameraManager.
 
static const nkMemory::String FRUSTUM
 Identifies a nkGraphics::Frustum.
 
static const nkMemory::String COMPOSITOR
 Identifies a nkGraphics::Compositor.
 
static const nkMemory::String COMPOSITOR_MANAGER
 Identifies the nkGraphics::CompositorManager.
 
static const nkMemory::String COMPOSITOR_NODE
 Identifies a nkGraphics::CompositorNode.
 
static const nkMemory::String ENTITY
 Identifies a nkGraphics::Entity.
 
static const nkMemory::String NODE
 Identifies a nkGraphics::Node.
 
static const nkMemory::String NODE_MANAGER
 Identifies the nkGraphics::NodeManager.
 
static const nkMemory::String SUB_ENTITY
 Identifies a nkGraphics::SubEntity.
 
static const nkMemory::String DECODER_GLTF
 Identifies the nkGraphics::GltfMeshDecoder.
 
static const nkMemory::String MESH
 Identifies a nkGraphics::Mesh.
 
static const nkMemory::String MESH_MANAGER
 Identifies the nkGraphics::MeshManager.
 
static const nkMemory::String VERTEX_COMPONENT
 Identifies a nkGraphics::VertexComponent.
 
static const nkMemory::String VERTEX_COMPONENT_ARRAY
 Identifies a nkAstraeus::ArrayData<nkGraphics::VertexComponent>.
 
static const nkMemory::String VERTEX_COMPOSITION
 Identifies a nkGraphics::VertexComposition.
 
static const nkMemory::String PROGRAM
 Identifies a nkGraphics::Program.
 
static const nkMemory::String PROGRAM_MANAGER
 Identifies a nkGraphics::ProgramManager.
 
static const nkMemory::String RENDER_QUEUE
 Identifies a nkGraphics::RenderQueue.
 
static const nkMemory::String RENDER_QUEUE_MANAGER
 Identifies the nkGraphics::RenderQueueManager.
 
static const nkMemory::String SHADER
 Identifies a nkGraphics::Shader.
 
static const nkMemory::String SHADER_MANAGER
 Identifies the nkGraphics::ShaderManager.
 
static const nkMemory::String TEXTURE
 Identifies a nkGraphics::Texture.
 
static const nkMemory::String TEXTURE_MANAGER
 Identifies the nkGraphics::TextureManager.
 
static const nkMemory::String TEXTURE_SAVER
 Identifies the nkGraphics::TextureSaver.
 
static const nkMemory::String TEXTURE_UTILS
 Identifies the nkGraphics::TextureUtils.
 
static const nkMemory::String VIEWPORT
 Identifies a nkGraphics::Viewport.
 
static const nkMemory::String VIEWPORT_MANAGER
 Identifies the nkGraphics::ViewportManager.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkGraphics.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


The documentation for this struct was generated from the following file: